home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Information / CSMP Digest / volume 3 / csmp-digest-v3-068 < prev    next >
Text File  |  1995-12-31  |  89KB  |  2,218 lines

  1. Received-Date: Thu, 17 Nov 1994 15:39:23 +0100
  2. From: pottier@clipper.ens.fr (Francois Pottier)
  3. Subject: csmp-digest-v3-068
  4. To: csmp-digest@ens.fr
  5. Date: Thu, 17 Nov 1994 15:39:10 +0100 (MET)
  6. X-Mailer: ELM [version 2.4 PL23]
  7. Mime-Version: 1.0
  8. Content-Type: text/plain; charset=ISO-8859-1
  9. Content-Transfer-Encoding: 8bit
  10. Errors-To: listman@ens.fr
  11. Reply-To: pottier@clipper.ens.fr
  12. X-Sequence: 74
  13.  
  14. C.S.M.P. Digest             Thu, 17 Nov 94       Volume 3 : Issue 68
  15.  
  16. Today's Topics:
  17.  
  18.         How do you get the bit depths the main device supports?
  19.         MIDI programming
  20.         Memory management in the Real World, part 2
  21.         Q: Sound Input Device
  22.         QC FAQ
  23.         ResEdit 2.1.3, is it good this time?
  24.         Shareware, VISA Merchant Accounts, and YOU!
  25.         Smalltalk implementations for Mac - update needed
  26.         What is MIDI Manager etc (reply)
  27.  
  28.  
  29.  
  30. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
  31. (pottier@clipper.ens.fr).
  32.  
  33. The digest is a collection of article threads from the internet newsgroup
  34. comp.sys.mac.programmer.  It is designed for people who read c.s.m.p. semi-
  35. regularly and want an archive of the discussions.  If you don't know what a
  36. newsgroup is, you probably don't have access to it.  Ask your systems
  37. administrator(s) for details.  If you don't have access to news, you may
  38. still be able to post messages to the group by using a mail server like
  39. anon.penet.fi (mail help@anon.penet.fi for more information).
  40.  
  41. Each issue of the digest contains one or more sets of articles (called
  42. threads), with each set corresponding to a 'discussion' of a particular
  43. subject.  The articles are not edited; all articles included in this digest
  44. are in their original posted form (as received by our news server at
  45. nef.ens.fr).  Article threads are not added to the digest until the last
  46. article added to the thread is at least two weeks old (this is to ensure that
  47. the thread is dead before adding it to the digest).  Article threads that
  48. consist of only one message are generally not included in the digest.
  49.  
  50. The digest is officially distributed by two means, by email and ftp.
  51.  
  52. If you want to receive the digest by mail, send email to listserv@ens.fr
  53. with no subject and one of the following commands as body:
  54.     help                        Sends you a summary of commands
  55.     subscribe csmp-digest Your Name    Adds you to the mailing list
  56.     signoff csmp-digest            Removes you from the list
  57. Once you have subscribed, you will automatically receive each new
  58. issue as it is created.
  59.  
  60. The official ftp info is //ftp.dartmouth.edu/pub/csmp-digest.
  61. Questions related to the ftp site should be directed to
  62. scott.silver@dartmouth.edu. Currently no previous volumes of the CSMP
  63. digest are available there.
  64.  
  65. Also, the digests are available to WAIS users.  To search back issues
  66. with WAIS, use comp.sys.mac.programmer.src. With Mosaic, use
  67. http://www.wais.com/wais-dbs/comp.sys.mac.programmer.html.
  68.  
  69.  
  70. -------------------------------------------------------
  71.  
  72. >From mxmora@unix.sri.com (Matt Mora)
  73. Subject: How do you get the bit depths the main device supports?
  74. Date: 31 Oct 1994 11:56:33 -0800
  75. Organization: SRI International, Menlo Park, CA
  76.  
  77.  
  78. At Init time I would Like to get the number of bit depths the main device
  79. can support and make a small Gworld for each of theses bit depths. Is there a 
  80. call that can tell me what the main device can support?
  81.  
  82.  
  83. Thanks,
  84.  
  85. Xavier
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. -- 
  93. ___________________________________________________________
  94. Matthew Xavier Mora                       Matt_Mora@sri.com
  95. SRI International                       mxmora@unix.sri.com
  96. 333 Ravenswood Ave                    Menlo Park, CA. 94025
  97.  
  98. +++++++++++++++++++++++++++
  99.  
  100. >From chris-b@cs.auckland.ac.nz (Chris Burns)
  101. Date: Tue, 01 Nov 1994 21:44:39 +1200
  102. Organization: AucklandUniversity:ComputerScience:HMU
  103.  
  104. In article <393i5h$fc@unix.sri.com>, mxmora@unix.sri.com (Matt Mora) wrote:
  105.  
  106. > At Init time I would Like to get the number of bit depths the main device
  107. > can support and make a small Gworld for each of theses bit depths. Is there a 
  108. > call that can tell me what the main device can support?
  109.  
  110. Yep, it's a status call to the video (screen) driver.
  111.  
  112. Look in <Video.h>. You use the cscGetMode status call. I'll have to get
  113. back to you with some code (Pascal:), tho' "Designing Cards & Drivers" has
  114. it all well documented.
  115.  
  116. Chris B
  117. - ---------------------------------------------------------------------
  118. NewZealand:AucklandUniversity:ComputerScience:HyperMediaUnit:ChrisBurns
  119. Internet: chris-b@cs.auckland.ac.nz
  120. Phone:    +64 9 373-7599 x6194
  121. Fax:      +64 9 373-7453                         Async, therefore I am.
  122. - ---------------------------------------------------------------------
  123.  
  124. +++++++++++++++++++++++++++
  125.  
  126. >From eric.hegstrom@3do.com (Eric Hegstrom)
  127. Date: 1 Nov 1994 23:14:24 GMT
  128. Organization: 3DO Company
  129.  
  130. In article <chris-b-0111942144390001@hmu7.cs.aukuni.ac.nz>
  131. chris-b@cs.auckland.ac.nz (Chris Burns) writes:
  132.  
  133. > > At Init time I would Like to get the number of bit depths the main device
  134. > > can support and make a small Gworld for each of theses bit depths. Is there a 
  135. > > call that can tell me what the main device can support?
  136. > Yep, it's a status call to the video (screen) driver.
  137. > Look in <Video.h>. You use the cscGetMode status call. I'll have to get
  138.  
  139. Or you can do it by stepping through HasDepth with all the possible bit
  140. depths. (Dot overuse the HasDepth function because it has a small
  141. memory leak -- $2A bytes per call if I remember correctly).
  142.  
  143. for (bd=1; bd <= someBigNumber; bd *= 2 )
  144.     HasDepth( ..., bd, ...);
  145.  
  146. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  147. -=-=-
  148. This in no way represents the opinion of my employer
  149. -- or anyone at all for that matter.
  150.  
  151. Eric Hegstrom     eric.hegstrom@3do.com    -or-   theeric@aol.com    
  152.  
  153. A very bright programmer -- I'm wearing flourescent underware.
  154.  
  155. +++++++++++++++++++++++++++
  156.  
  157. >From arose@ATHENA.MIT.EDU (Alex Rosen)
  158. Date: 2 Nov 1994 21:35:25 GMT
  159. Organization: Massachusetts Institute of Technology
  160.  
  161. Use the HasDepth call, available with System Software 6.0.5 or
  162. thereabouts.  Check out Tech Note DV10.  (You can find it on
  163. ftp.apple.com).
  164.  
  165. --Alex
  166.  
  167.  
  168. ---------------------------
  169.  
  170. >From bemaa@celsiustech.se (Bengt M}nsson)
  171. Subject: MIDI programming
  172. Date: Tue, 1 Nov 1994 21:31:26 GMT
  173. Organization: CelsiusTech AB
  174.  
  175. Hi out there!
  176. Being both a hobby musician and a hobby programmer I would like to get hold
  177. of some information:
  178. a) The specification for MIDI files
  179. b) How to write applications for the Apple MIDI Manager (or do I have to go
  180.    through the troubles getting it from Apple?)
  181. c) How to write my own MIDI driver (if at all possible in Pascal)
  182. Are these issues covered in any document available via ftp?
  183.  
  184. Bengt M}nsson
  185.  
  186. +++++++++++++++++++++++++++
  187.  
  188. >From jbeeghly@u.washington.edu (Jeff Beeghly)
  189. Date: 1 Nov 1994 23:45:04 GMT
  190. Organization: University of Washington
  191.  
  192. >a) The specification for MIDI files
  193.  
  194. I can't help you out too much on this one, but I KNOW I have seen ftp 
  195. sites on the net which carry a description & breakdown of standard MIDI 
  196. file formats... I just don't know where...
  197.  
  198.  
  199. >b) How to write applications for the Apple MIDI Manager (or do I have to go
  200. >   through the troubles getting it from Apple?)
  201.  
  202. It's probably a best bet to purchase the MIDI developer guide from 
  203. Apple.  At $35, it's not TOO bad.  There is one example floating around 
  204. that might help you out... it's called QwertyTunes and is from someone at 
  205. Apple Developer Tech Support.  ftp to ftp.apple.com... it should be 
  206. somewhere there.  Other than that, I haven't seen any other examples.
  207.  
  208.  
  209. >c) How to write my own MIDI driver (if at all possible in Pascal)
  210. >Are these issues covered in any document available via ftp?
  211.  
  212.  
  213. Ummm..... I wouldn't do that....  Are you meaning you want to write 
  214. something that will replase the Apple MIDI Manager?  DON'T!!!
  215. Use the Apple MIDI Manager.  If it's not what you're looking for, check 
  216. out FREE MIDI (by Opcode, I think).  Unless you are planning on writing a 
  217. MIDI driver for your own use, and never plan on releasing any apps that 
  218. use your driver, it will be a waste of your time.
  219.  
  220.  
  221. Jeff
  222.  
  223.  
  224. ---------------------------
  225.  
  226. >From jbeeghly@u.washington.edu (Jeff Beeghly)
  227. Subject: Memory management in the Real World, part 2
  228. Date: 18 Oct 1994 16:46:56 GMT
  229. Organization: University of Washington
  230.  
  231.  
  232. I was speaking with one of my co-workers today about having to deal with
  233. handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  234. background and am more comfortable with pointers.  I feel somewhat
  235. comfortable with handles, but there are lots of "Brick Walls" which I
  236. am encountering - like linked lists, and the fact that you need to
  237. pre-determine the maximum number of handles the app WILL EVER need at
  238. the beginning of the program.  He told me that Windows used to
  239. be like the Mac (he's a Windows programmer) in terms of memory management:
  240. everything needed to be done with handles (because the memory was being moved
  241. around) up until Windows 3.1.  In 3.1, Windows could be run in what's
  242. known as Protected Memory Mode.
  243.  
  244. In Protected Memory Mode, programmers didn't have to worry about handles
  245. - they could just use pointers.  Yes, memory is still being moved around
  246. to compact space, but in PMM, the HARDWARE is handling the memory management.
  247.  
  248. Programmers can just use pointers.  The pointer points to a location, and
  249. that location is being handled be the hardware (if I understand my friend
  250. correctly).  If the memory needs to be moved around, the hardware keeps track
  251. of everything and the programmer doesn't need to worry about it.
  252.  
  253. My friend (the Windows programmer) said that I should see if the Macs
  254. have anything like this.  Maybe not the 68000 macs but maybe the 68030 &
  255. 68040.  He said that the mac chips are really advanced and he would be
  256. surprised if they didn't have it (for a Windows programmer, he was very
  257. supportive of the Mac).
  258.  
  259. Now, I don't want to start any Windows vs Mac debates, I was just
  260. wondering if there is a Mac equivalent of Protected Memory Mode?
  261.  
  262.  
  263.  
  264. +++++++++++++++++++++++++++
  265.  
  266. >From mhl@icf.hrb.com (MARK H. LINTON)
  267. Date: 18 Oct 94 17:18:10 EST
  268. Organization: HRB Systems, Inc.
  269.  
  270. In article <381538$fsc@dartvax.dartmouth.edu>, Eric Kidd <emk@dartmouth.edu> writes:
  271. > In article <380u60$lmv@nntp1.u.washington.edu> Jeff Beeghly,
  272. > jbeeghly@u.washington.edu writes:
  273. >>I was speaking with one of my co-workers today about having to deal with
  274. >>handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  275. >>background and am more comfortable with pointers.  I feel somewhat
  276. >>comfortable with handles, but there are lots of "Brick Walls" which I
  277. >>am encountering - like linked lists, and the fact that you need to
  278. >>pre-determine the maximum number of handles the app WILL EVER need at
  279. >>the beginning of the program.
  280. > [interesting idea re: Windows snipped]
  281. >
  282. > You don't need to worry about filling your master pointer blocks. New ones
  283. > will be automatically allocated by the Memory Manager if you declare more
  284. > handles than you had expected when you were making your MoreMasters calls.
  285. > There is a catch, however: these blocks are non-relocatable and will
  286. > fragment your heap if they are not allocated at one end or the other. To
  287. > avoid this, Mac programs try to guess a "normal maximum # of handles" at
  288. > initialization time. This is what you are dealing with, not an absolute
  289. > limit.
  290.  
  291.         Eric (and Jeff, hello again ;^),
  292.  
  293.         Maybe the mystery surrounding the Handle in the Macintosh world
  294.         is really the puzzler. Easy way around it? Use NewPtr instead of
  295.         NewHandle. If all you are trying to do is make a linked list,
  296.         there is no need to muddy the water with a Handle based
  297.         solution. Now if you are using a ToolBox call (that was designed
  298.         to run on a machine that had 128k of RAM) then you may have to
  299.         use a handle, but you are not required to use them in your own
  300.         data types.
  301.  
  302.         As far as nifty ways to control memory, you really have to get
  303.         Inside Macintosh: Memory. What are you missing if you don't?
  304.  
  305.         o Multiple heaps/heap zones
  306.         o Temporary Memory - allows you to (temporarily) access more
  307.           memory than your program is allocated
  308.         o More complete functions for assessing memory conditions:
  309.           - FreeMem/FreeMemSys
  310.           - MaxBlock/MaxBlockSys
  311.           - PurgeSpace
  312.           - StackSpace
  313.         o More complese functions for freeing memory
  314.           - CompactMem/CompactMemSys - compacts (system) heap
  315.           - PurgeMem/PurgeMemSys - purges (system) heap
  316.           - MaxMem/MaxMemSys - compacts and purges (system) heap
  317.         o Virtual Memory
  318.  
  319.         Jeff said he didn't want to start a Mac/Windows flame war, so I
  320.         won't say what I think of extended memory.
  321.  
  322. -- 
  323. Hope this helps.
  324.  
  325. Mark H. Linton
  326. ____________________________________________________________________
  327. mark \'m‰rk\ n [ME, fr. OE mearc boundary, march, sign; akin to OHG
  328. marha boundary, L margo] 1 a : a conspicuous object serving as a guide
  329. for travelers 2 : A standard or criterion of quality 3 : An object or
  330. point that serves as a guide --idiom. mark time. 1 : To make little or
  331. no progress
  332.  
  333. +++++++++++++++++++++++++++
  334.  
  335. >From kevin@dgs.dgsys.com (Kevin Vail)
  336. Date: Tue, 18 Oct 1994 18:10:19 -0400
  337. Organization: Vailhalla
  338.  
  339. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  340. (Jeff Beeghly) wrote:
  341.  
  342. >I was speaking with one of my co-workers today about having to deal with
  343. >handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  344. >background and am more comfortable with pointers.  I feel somewhat
  345. >comfortable with handles, but there are lots of "Brick Walls" which I
  346. >am encountering - like linked lists, and the fact that you need to
  347. >pre-determine the maximum number of handles the app WILL EVER need at
  348. >the beginning of the program.  He told me that Windows used to
  349. >be like the Mac (he's a Windows programmer) in terms of memory management:
  350. >everything needed to be done with handles (because the memory was being moved
  351. >around) up until Windows 3.1.  In 3.1, Windows could be run in what's
  352. >known as Protected Memory Mode.
  353. >In Protected Memory Mode, programmers didn't have to worry about handles
  354. >- they could just use pointers.  Yes, memory is still being moved around
  355. >to compact space, but in PMM, the HARDWARE is handling the memory management.
  356.  
  357. That's because the underlying hardware (80386 or higher) uses two items to
  358. locate any piece of data: a SELECTOR (or "segment") and an OFFSET into the
  359. segment.  The selector is two bytes, the offset can be two or four.  This
  360. has always been how memory is accessed on the 80*86 chips, but in
  361. non-protected mode the selector part is called the "segment" and indicates
  362. a physical memory segment address (a segment can begin at any
  363. divisible-by-16 memory address).  You take the segment and shift it four
  364. bits to the left and add in the offset.  This gives you a 20-bit (up to 1
  365. megabyte) address.
  366.  
  367. In protected mode, however, the selector bears no relation to the physical
  368. memory address except that the hardware uses it as an index into a table
  369. of physical addresses.  It takes the beginning of the segment address and
  370. adds the offset to that to give the actual memory address.  In protected
  371. mode, there is a 4 gigabyte (32-bit) address space.  Since the actual
  372. physical address is only stored in the table that the selector indexes
  373. into, the operating system (i.e., Windows) can move the physical location
  374. around; the program still uses the same selector to access it.
  375.  
  376. This is not possible on the Mac because the Motorola 680*0 chips use a
  377. linear address space with none of this segment/selector garbage.  Windows
  378. has always used a selector-plus-offset memory model (they refer to the
  379. segment part as a "handle"); it used to be that you had to make a Windows
  380. call to find the *real* memory address, but now it's the same, because of
  381. the way selectors work in protected mode.  It has a few advantages in
  382. special-purpose cases like Windows memory allocation, but in general it's
  383. *much* easier to define and use a linear address space.
  384.  
  385. [snip]
  386.  
  387. >Now, I don't want to start any Windows vs Mac debates, I was just
  388. >wondering if there is a Mac equivalent of Protected Memory Mode?
  389.  
  390. The short answer is No, not in the sense you're talking about.  (The MMU
  391. in the 68030 and 68040 is capable of setting up protected memory regions,
  392. but this isn't used in the MacOS.)
  393.  
  394. However, here's a thought, and maybe this is what Apple is doing in
  395. Copland-- wouldn't it be possible to set up the memory so that each
  396. program had its own address space, with the system heap somehow shared?  I
  397. don't know what you could do with low-memory globals (perhaps set them up
  398. so each program had its own copy, or make them read-only so that writes
  399. cause a trap so that changes to the low-memory stuff could be tracked by
  400. the OS) and I know there's other stuff, but this would provide memory
  401. protection between tasks and give every program a heap the size of the
  402. address space; no more trying to guess partition sizes.  You'd still have
  403. to dereference handles, though...
  404. -- 
  405. Kevin Michael Vail  | "This is so cool I have to go to the bathroom!"
  406. kevin@dgs.dgsys.com |                   -- Calvin
  407.  
  408. +++++++++++++++++++++++++++
  409.  
  410. >From h+@nada.kth.se (Jon W{tte)
  411. Date: Wed, 19 Oct 1994 08:31:31 +0100
  412. Organization: Royal Institute of Something or other
  413.  
  414. In article <380u60$lmv@nntp1.u.washington.edu>,
  415. jbeeghly@u.washington.edu (Jeff Beeghly) wrote:
  416.  
  417. >comfortable with handles, but there are lots of "Brick Walls" which I
  418. >am encountering - like linked lists, and the fact that you need to
  419.  
  420. Linked lists with handles is just as easy as with pointers. 
  421. Just remember to store the HANDLE, not the de-referenced pointer.
  422.  
  423. >pre-determine the maximum number of handles the app WILL EVER need at
  424. >the beginning of the program.  He told me that Windows used to
  425.  
  426. Uh? You should make a good guess, if you're really interested 
  427. in efficiency. You can just leave it be, in which case the 
  428. system will allocate onrelocatable master pointer blocks in 
  429. your heap when needed - depending on how you code, these 
  430. allocations may or may not cause memory fragmentation. Mostly 
  431. they don't.
  432.  
  433. >In Protected Memory Mode, programmers didn't have to worry about handles
  434. >- they could just use pointers.  Yes, memory is still being moved around
  435. >to compact space, but in PMM, the HARDWARE is handling the memory management.
  436.  
  437. You can use pointers to your hearts content in the Mac as well. 
  438. Yes; there may be fragmentation, but that's the case for 
  439. Windows as well (it just masks the fact) Indeed, fragmenting VM 
  440. tables is in many cases just as bad as fragmenting "real" memory.
  441.  
  442. Windows handles are NOT the same as Mac handles; Windows memory 
  443. isn't like Mac memory at all because of their painful segmented 
  444. architecture. Just go ahead and use malloc()! For as much 
  445. memory as you want! And don't worry about pointer arithmetics; 
  446. unlike Windows 3.1, it'll always work.
  447.  
  448. Cheers,
  449.  
  450.                 / h+
  451.  
  452.  
  453.  
  454. --
  455.   Jon W‰tte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  456.  
  457. "I like to do very very late binding. åJust in timeπ binding."
  458.     ã Dave Feldt
  459.  
  460.  
  461. +++++++++++++++++++++++++++
  462.  
  463. >From bw16@cornell.edu (Bretton Wade)
  464. Date: Wed, 19 Oct 1994 08:35:10 -0400
  465. Organization: Cornell Program of Computer Graphics
  466.  
  467. In article <AACA89E396681EA7F8@klkmac019.nada.kth.se>, h+@nada.kth.se (Jon
  468. W{tte) wrote:
  469.  
  470. > Windows handles are NOT the same as Mac handles; Windows memory 
  471. > isn't like Mac memory at all because of their painful segmented 
  472. > architecture. Just go ahead and use malloc()! For as much 
  473. > memory as you want! And don't worry about pointer arithmetics; 
  474. > unlike Windows 3.1, it'll always work.
  475.  
  476. It's been a while since I was coding in MS Windows. Do they still have
  477. that silly global limit on the number of handles? It was ridiculously low,
  478. like 64 or something...
  479.  
  480. ______________________________________________________________
  481.    Bretton Wade (bw16@cornell.edu)
  482.    http://www.graphics.cornell.edu/~bwade/
  483. ______________________________________________________________
  484.  
  485. +++++++++++++++++++++++++++
  486.  
  487. >From nick@sw.stratus.com (Nicolas Tamburri)
  488. Date: 19 Oct 1994 14:44:59 GMT
  489. Organization: Stratus Computer, Inc.
  490.  
  491. In article <kevin-1810941810190001@vailbox.dgsys.com>, kevin@dgs.dgsys.com (Kevin Vail) writes:
  492. > However, here's a thought, and maybe this is what Apple is doing in
  493. > Copland-- wouldn't it be possible to set up the memory so that each
  494. > program had its own address space, with the system heap somehow shared?  I
  495. > don't know what you could do with low-memory globals (perhaps set them up
  496. > so each program had its own copy, or make them read-only so that writes
  497. > cause a trap so that changes to the low-memory stuff could be tracked by
  498. > the OS) and I know there's other stuff, but this would provide memory
  499. > protection between tasks and give every program a heap the size of the
  500. > address space; no more trying to guess partition sizes.
  501.  
  502. I hope this is what they are doing, since this was old technology 20
  503. years ago.
  504.  
  505. I assume that the reason it has not been done yet is because of low
  506. memory globals and compatibility with older programs.  The way other
  507. vendors have solved this problem (and related memory sharing problems,)
  508. is 4 fold:
  509.  
  510. 1. You publish a decree that says "Henceforth storing directly into
  511.    low-memory globals is considered to be a bad programming practice,
  512.    and we are providing you with this/these OS calls for modifying
  513.    those globals."
  514.  
  515. 2. If you need to set up shared memory between processes, you must use
  516.    these OS calls, i.e. don't assume that the same numeric address
  517.    actually refers to the same physical memory location.
  518.  
  519. 3. Each process on the system gets its own address space, as you state.
  520.    The low-memory addresses are set up so that reads and writes to them
  521.    actually trap to the OS, which takes apart the instruction and stuffs
  522.    the global data into the process space, (or vice-versa.)  For most
  523.    globals, this is sufficient, for some, a global can only be used by
  524.    one process at a time, and if pre-emptive multi-processing is used,
  525.    the calling process may actually block until valid data becomes
  526.    available.
  527.  
  528.    This extra processing is much less efficient than accessing globals
  529.    directly, and thus becomes the incentive to not use them.  But, it
  530.    does provide compatability for older programs that may never be
  531.    updated, even though they may run slower.
  532.  
  533. 4. Spend a bunch of time shaking out the incompatabilities, since what
  534.    I've described is greatly simplified.  (On the other hand, it's not
  535.    like I can run every program I've ever bought on my Q650, so maybe
  536.    they won't worry too much about this last part.)
  537.  
  538. Anxiously awaiting Copeland and Gershwin...
  539.  
  540.                             /nt
  541.  
  542.    
  543.  
  544. +++++++++++++++++++++++++++
  545.  
  546. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  547. Date: Wed, 19 Oct 1994 18:03:45 GMT
  548. Organization: Apple Computer
  549.  
  550. MARK H. LINTON, mhl@icf.hrb.com writes:
  551. >         Maybe the mystery surrounding the Handle in the Macintosh world
  552. >         is really the puzzler. Easy way around it? Use NewPtr instead of
  553. >         NewHandle.
  554.  
  555. Not if you're worried about performance; NewPtr is really slow. A better idea
  556. is to use the malloc/free routines in your development system's ANSI library.
  557. Generally (at least in THINK and CW) these allocate large blocks via NewPtr
  558. and then sub-allocate them, which is a lot more efficient than using the Mac
  559. memory manager straight. The drawback is that these blocks are not disposed
  560. back to the Mac heap, so you have to make sure that malloc doesn't eat up too
  561. much of your memory (you need enough free to keep the Toolbox happy.)
  562.  
  563. --Jens Alfke                           jens_alfke@powertalk.apple.com
  564.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  565.  
  566. +++++++++++++++++++++++++++
  567.  
  568. >From Lloyd Sargent <canna@bga.com>
  569. Date: 21 Oct 1994 15:04:39 GMT
  570. Organization: Canna Software Development
  571.  
  572. Re: Memory management in the Real World, part 2
  573.  
  574. Don't get me started on that "feature" of Windoze. Yes, it is true,
  575. Virginia, they do move pointers around without handles.  But it is
  576. at a cost -- you have to follow some rules about how your data is
  577. formated (i.e. you can't have words on 64K boundaries and a host of
  578. others that I soon as well forget).  It is better?  Depends on your
  579. point of view.  When coding, handles don't slow me down. They are
  580. just another data structure.  True, it slows the system down moving
  581. the handles (and their data) around, but it is just as ugly on the
  582. Windoze side.
  583.  
  584. I have to admit, that one feature of Windoze saved my butt (we had
  585. to build a 2 mb structure in order to get the speed required for
  586. a customer - if we had used Windoze handles it would have meant re-
  587. writing large chunks of s/w in a couple of days.
  588.  
  589. It really boils down to methodology. And that is about a touchy
  590. subject as religion and politics!
  591.  
  592. Cheerio,
  593.  
  594. Lloyd
  595.  
  596. - --------------------------------------------------------------------
  597. Lloyd Sargent              | "{The mice} are merely the protrusions into
  598. Canna Software Development | our dimension of vast hyper-intelligent pan-
  599. Del Valle, Texas           | dimensional beings, thw whole business with
  600. Infobahn: canna@bga.com    | cheese and squeaking is just a front"
  601. AppleLink: CANNA.SW.DEV    |            Hitchhikers Guide To The Galaxy
  602. Voice: 512.243.0283        | "nam et ipsa scientia potestas est"
  603.        512.243.3355        | {for knowledge too is itself power}
  604.  "Been there, done that."  |            Francis Bacon
  605.  
  606. +++++++++++++++++++++++++++
  607.  
  608. >From Glenn L. Austin <glenn_a@efn.org>
  609. Date: Fri, 21 Oct 1994 18:39:15 GMT
  610. Organization: Eugene FreeNet
  611.  
  612. In article <1994Oct19.180345.10342@gallant.apple.com> Jens Alfke,
  613. jens_alfke@powertalk.apple.com writes:
  614. >Not if you're worried about performance; NewPtr is really slow. A better
  615. idea
  616. >is to use the malloc/free routines in your development system's ANSI
  617. library.
  618. >Generally (at least in THINK and CW) these allocate large blocks via
  619. NewPtr
  620. >and then sub-allocate them, which is a lot more efficient than using the
  621. Mac
  622. >memory manager straight. The drawback is that these blocks are not
  623. disposed
  624. >back to the Mac heap, so you have to make sure that malloc doesn't eat
  625. up too
  626. >much of your memory (you need enough free to keep the Toolbox happy.)
  627.  
  628. DON'T USE malloc/free!!!  Although they do sub-allocate, they still call
  629. NewPtr, and if you think you'll get better performance calling something
  630. that calls NewPtr, you need to check your logic circuits.
  631.  
  632. Use NewPtr and DisposPtr, or better yet, design your own
  633. malloc/realloc/free using locked, dereferenced handles.  This way you can
  634. control your memory usage and still have the resizable objects that true
  635. pointers don't provide (there is a SetPtrSize, but that's a crash waiting
  636. to happen, since it doesn't work exactly like realloc but attempts to
  637. resize the memory block in place, while SetHandleSize is allowed to move
  638. the unlocked block of memory to satisfy the request).
  639.  
  640. The only time to use true malloc/free is under Windows, since that
  641. brain-dead operating system only allows for 8192 total global handles,
  642. and the only way to handle large amounts of data is to use the dev.
  643. environment's large model (or huge model) and let it allocate and
  644. suballocate memory for you.
  645. //
  646. // Glenn L. Austin
  647. // Computer Wizard and Racing Car Driver
  648. // Internet:  glenn_a@efn.org
  649. //
  650.  
  651. +++++++++++++++++++++++++++
  652.  
  653. >From nagle@netcom.com (John Nagle)
  654. Date: Sun, 23 Oct 1994 16:51:17 GMT
  655. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  656.  
  657. chopps@water.emich.edu (Christian E. Hopps) writes:
  658. >An MMU is not setup to handle application based resizing mostly.
  659.  
  660. >I'me not sure if you've had experiance with MMU's before or not.  However
  661. >MMU's do not map just any logical address to just any physical one (in 
  662. >most cases.)  The 680x0 MMU's and the PPC MMU's map pages (4k or 8k mostly).
  663.  
  664.      Interestingly, Intel 386 machines and up have MMUs that are designed to
  665. manage lots of segments, with sizes ranging from a few bytes to many 
  666. megabytes.  The bounds of the segment are expressed in bytes, not pages,
  667. until the segment gets really big, and then it has to be rounded up to the
  668. next chunk (512 bytes?).
  669.  
  670.      Because DOS/Windows doesn't fully use these capabilities, they aren't
  671. well known.  But the CPU architecture is almost ideal for a system with lots
  672. of little protected objects.  The PenPoint prototype used it quite
  673. successfully, before AT&T bought it and made them switch to another CPU.
  674.  
  675.                     John Nagle
  676.  
  677. +++++++++++++++++++++++++++
  678.  
  679. >From devon_hubbard@taligent.com (Devon Hubbard)
  680. Date: Tue, 18 Oct 1994 21:21:15 GMT
  681. Organization: Taligent, Inc.
  682.  
  683. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  684. (Jeff Beeghly) wrote:
  685.  
  686. >Now, I don't want to start any Windows vs Mac debates, I was just
  687. >wondering if there is a Mac equivalent of Protected Memory Mode?
  688.  
  689. Not currently, no.  :-]
  690.  
  691. dEVoN
  692.  
  693. - -----------------------------------------------------------------------
  694. Devon Hubbard                                               Silicon Pilot
  695. devon_hubbard@taligent.com                                  Taligent, Inc
  696.  
  697. +++++++++++++++++++++++++++
  698.  
  699. >From lsr@taligent.com (Larry Rosenstein)
  700. Date: Wed, 19 Oct 1994 01:20:02 GMT
  701. Organization: Taligent, Inc.
  702.  
  703. In article <1994Oct18.171810.22120@hrbicf>, mhl@icf.hrb.com (MARK H.
  704. LINTON) wrote:
  705.  
  706. >         is really the puzzler. Easy way around it? Use NewPtr instead of
  707. >         NewHandle. If all you are trying to do is make a linked list,
  708.  
  709. NewPtr is very slow because it tries to place the pointer as low in the
  710. heap as possible.  You may be better doing NewHandle and immediatly
  711. locking the handle.
  712.  
  713. -- 
  714. Larry Rosenstein
  715. Taligent, Inc.
  716.  
  717. lsr@taligent.com
  718.  
  719. +++++++++++++++++++++++++++
  720.  
  721. >From Rick_Holzgrafe@taligent.com (Rick Holzgrafe)
  722. Date: Wed, 19 Oct 1994 03:21:41 GMT
  723. Organization: Semicolon Software
  724.  
  725. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  726. (Jeff Beeghly) wrote:
  727.  
  728. > the fact that you need to
  729. > pre-determine the maximum number of handles the app WILL EVER need at
  730. > the beginning of the program.
  731.  
  732. Well, you don't *need* to. The Mac will allocate more master pointer
  733. blocks for you as and when needed. But you do *want* to, because master
  734. pointer blocks are themselves locked. The system will spend time trying to
  735. move unlocked handles around in order to place the master pointer block
  736. near one end of your heap, to avoid fragmentation; and if it can't manage
  737. it, then you get fragmentation anyway.
  738.  
  739. -- Rick Holzgrafe, a member of the Taligentsia
  740.    Rick_Holzgrafe@taligent.com
  741.    rmh@taligent.com
  742.  
  743. +++++++++++++++++++++++++++
  744.  
  745. >From edevinney@aol.com (EDevinney)
  746. Date: 24 Oct 1994 16:11:04 -0400
  747. Organization: America Online, Inc. (1-800-827-6364)
  748.  
  749. In article <nagleCy4xHH.KCM@netcom.com>, nagle@netcom.com (John Nagle)
  750. writes:
  751. >>>
  752.  Interestingly, Intel 386 machines and up have MMUs that are designed to
  753. manage lots of segments, with sizes ranging from a few bytes to many 
  754. megabytes.  The bounds of the segment are expressed in bytes, not pages,
  755. until the segment gets really big, and then it has to be rounded up to the
  756. next chunk (512 bytes?).
  757.  
  758.      Because DOS/Windows doesn't fully use these capabilities, they aren't
  759. well known.  But the CPU architecture is almost ideal for a system with
  760. lots
  761. of little protected objects.  The PenPoint prototype used it quite
  762. successfully, before AT&T bought it and made them switch to another CPU.
  763. <<<
  764.  
  765. The PenPoint memory manager used 4k pages throughout.  One could create
  766. new heaps for variable-sized data, and that was nice, but those also used
  767. 4k pages - you wouldn't use a heap like a handle if you gave any thought
  768. about overhead.  It would be nice to use the MMU to get a protected,
  769. never-fragmenting soup of variable-sized objects, but PenPoint didn't have
  770. it.
  771.  
  772. Regardless, PenPoint did show me that while VM is nice, it is by no means
  773. the panacea that handle-opponents often make it out to be.  Real RAM does
  774. eventually run out, and it runs out quick on small (ie commonplace)
  775. machines.  Performance takes a big hit when thrashing, and users find that
  776. unacceptable, and it can kill battery life on mobile machines.  Like
  777. handles, VM should be used with care and a full understanding of the costs
  778. involved.
  779.  
  780. regards -
  781.  
  782. ed devinney (GO & EO alumnus)
  783.  
  784.  
  785.  
  786. +++++++++++++++++++++++++++
  787.  
  788. >From Peter_Gontier@novell.com (Pete Gontier)
  789. Date: Mon, 24 Oct 1994 19:30:56 -0800
  790. Organization: Novell, Inc., Walnut Creek Macintosh Site
  791.  
  792. In article <bw16-1910940835100001@frost.graphics.cornell.edu>,
  793. bw16@cornell.edu (Bretton Wade) wrote:
  794.  
  795. >> It's been a while since I was coding in MS Windows. Do they still have
  796. > that silly global limit on the number of handles? It was ridiculously low,
  797. > like 64 or something...
  798.  
  799. 8192. Yes, ridiculously low, if you use those blocks for general managment
  800. and don't break them up internally to your program. I believe their 32-bit
  801. environments lift the restriction, though.
  802.  
  803. -- 
  804.  Views expressed here do not necessarily reflect the views of Novell.
  805.  
  806. +++++++++++++++++++++++++++
  807.  
  808. >From Peter_Gontier@novell.com (Pete Gontier)
  809. Date: Mon, 24 Oct 1994 19:34:53 -0800
  810. Organization: Novell, Inc., Walnut Creek Macintosh Site
  811.  
  812. In article <Cy1D5G.71z@efn.org>, Glenn L. Austin <glenn_a@efn.org> wrote:
  813.  
  814. > DON'T USE malloc/free!!!  Although they do sub-allocate, they still call
  815. > NewPtr, and if you think you'll get better performance calling something
  816. > that calls NewPtr, you need to check your logic circuits.
  817.  
  818. Do some benchmarking, Glenn. They really are faster. They call NewPtr only
  819. for blocks above a certain size and when a block which has been
  820. sub-allocated fills up.
  821.  
  822. -- 
  823.  Views expressed here do not necessarily reflect the views of Novell.
  824.  
  825. +++++++++++++++++++++++++++
  826.  
  827. >From tnelson@fluorite.telesciences.com (Tracy M Nelson)
  828. Date: 25 Oct 1994 17:04:19 GMT
  829. Organization: Securicor Telesciences Inc
  830.  
  831. John Nagle (nagle@netcom.com) wrote:
  832. :      Interestingly, Intel 386 machines and up have MMUs that are designed to
  833. : manage lots of segments, with sizes ranging from a few bytes to many 
  834.  
  835. Not surprising, since they copied many of the design elements of the iAPX432
  836. processor, which relied on the concept of "capabilities" (a sort of an
  837. address + access permission structure, which maps nicely into a two-register
  838. data access scheme) to manage their objects.  I don't know anything about the 
  839. specifics of the '386 MMU, but it's possible that, given a proper 
  840. object-oriented OS and development environment, the x86 architecture could be 
  841. handy after all...
  842.  
  843. --
  844. Tracy Nelson (tnelson@telesciences.com)
  845. // WARNING: May contain code which is too intense for young programmers...
  846.  
  847. +++++++++++++++++++++++++++
  848.  
  849. >From ajbarry@ozemail.com.au (Andrew Barry)
  850. Date: Thu, 27 Oct 1994 08:33:20 GMT
  851. Organization: OzEmail Pty Ltd Sydney Australia
  852.  
  853. Tracy M Nelson (tnelson@fluorite.telesciences.com) wrote:
  854. : John Nagle (nagle@netcom.com) wrote:
  855. : : Interestingly, Intel 386 machines and up have MMUs that are designed to
  856. : : manage lots of segments, with sizes ranging from a few bytes to many 
  857.  
  858. : Not surprising, since they copied many of the design elements of the 
  859. : iAPX432 processor, which relied on the concept of "capabilities" 
  860. : (a sort of an address + access permission structure, which maps
  861. : nicely into a two-register data access scheme) to manage their 
  862. : objects.  I don't know anything about the 
  863. : specifics of the '386 MMU, but it's possible that, given a proper 
  864. : object-oriented OS and development environment, the x86
  865. : architecture could be handy after all...
  866.  
  867. Hmmm...the main problem with the 386 MMU (at least as far as selectors 
  868. go), is that there are only 8192 selectors available in each of the local 
  869. and global descriptor tables. Unfortunately, this would mean a maximum of 
  870. 8192 objects per process (or in the case of Windows, 8192 handles in use 
  871. across the entire system).
  872.  
  873. Just as some further information, 386 handles have a granularity of 16 
  874. bytes, unless you want to address memory beyond 16Mb, at which point the 
  875. granularity goes up to 4k.
  876.  
  877. Also note that Microsoft is ditching the use of selectors as handles in 
  878. Chicago and NT, where they're using a flat address space.
  879.  
  880. Just a bit of input...personally I don't think the 386 architecture
  881. can be useful.
  882. Andrew
  883.  
  884. +++++++++++++++++++++++++++
  885.  
  886. >From philip@cs.wits.ac.za (Philip Machanick)
  887. Date: 28 Oct 1994 07:35:59 GMT
  888. Organization: Computer Science Dept, U of Witwatersrand
  889.  
  890. In article <Cy8oAD.Dzw@teleride.on.ca>, stevew@teleride.on.ca (Stephen M.
  891. Webb) wrote:
  892. > Virtual memory became possible only with the 68020, which was not in
  893.  
  894. Wasn't it the 68010 that added VM support? Some managed to find complex
  895. hardware workarounds, like  second processor to handle page faults.
  896.  
  897. > production at the time the Mac was released.  Handles were required to
  898. > support a pseudo-virtual memory scheme under which regions of memory
  899. > could be relocated during a system call if necessary, and without
  900. > notice, at run time.  Such a scheme does not require restartable instructions.
  901.  
  902. I don't think this is sufficient reason to introduce handles. Other
  903. systems had things like overlays (clumsy but easier to program). I think
  904. the real reason for overlays was system calls and user program were
  905. allocating sometimes short-lived data (e.g. for menus) in the same small
  906. heap. With so little RAM to play with a conventional memory manager would
  907. have had problems coping. Things like puregeable resources help, but could
  908. work without handles if there is enough free RAM to run a conventional
  909. memory manager (with free list, coalescing adjacent blocks etc.).
  910.  
  911. The Lisa - which initially was sold with much more RAM than a Mac - had a
  912. more sophisticated memory management scheme. Does anyone know details?
  913. -- 
  914. Philip Machanick                   philip@cs.wits.ac.za
  915. Department of Computer Science, University of the Witwatersrand
  916. 2050 Wits, South Africa        (at University of Cape Town 4 July-7 Nov)
  917. phone 27(11)716-3309  fax 27(11)339-7965
  918.  
  919. +++++++++++++++++++++++++++
  920.  
  921. >From pcastine@prz.tu-berlin.de (Peter Castine)
  922. Date: Fri, 28 Oct 1994 12:13:55 GMT
  923. Organization: Process Control Center
  924.  
  925. In article <Cy8oAD.Dzw@teleride.on.ca>, (Stephen M.
  926. Webb) wrote:
  927. > > Virtual memory became possible only with the 68020, which was not in
  928. > > production at the time the Mac was released.  
  929.  
  930. In response, in article <philip-2810940935360001@mackerel.cs.uct.ac.za>,
  931. philip@cs.wits.ac.za (Philip Machanick) wrote:
  932. > The Lisa - which initially was sold with much more RAM than a Mac - had a
  933. > more sophisticated memory management scheme. Does anyone know details?
  934.  
  935. Lisa had a PMMU and (I'm 99% sure of this) memory protection. I'm not sure
  936. about virtual memory (the first Lisas were diskette-based, but later
  937. models had external hard disks).
  938.  
  939.  
  940. Philip also said:
  941. > I don't think this is sufficient reason to introduce handles. Other
  942. > systems had things like overlays (clumsy but easier to program). I think
  943. > the real reason for overlays was system calls and user program were
  944. > allocating sometimes short-lived data (e.g. for menus) in the same small
  945. > heap. With so little RAM to play with a conventional memory manager would
  946. > have had problems coping. Things like puregeable resources help, but could
  947. > work without handles if there is enough free RAM to run a conventional
  948. > memory manager (with free list, coalescing adjacent blocks etc.).
  949.  
  950. Menus should never be purgeable. But windows (particularly Dialogs and
  951. Alerts) come and go and chew up memory. Ditto for fonts. 
  952.  
  953. Overlays *are* clumsy, require a lot of attention on the part of the
  954. applications programmer (IMO, more work than the occaisional
  955. _HLock/_HUnlock call), and are usually used for swapping sections of
  956. program code (and, hence, don't help with memory requirements of windows,
  957. etc.).
  958.  
  959. -- 
  960. Peter Castine               | Useful approximations:
  961. pcastine@prz.tu-berlin.de   |  Pi seconds is a nanocentury.
  962. Process Control Center      |  Electricity travels a foot per nanosecond.
  963. Technical University Berlin |  One ostrich egg will feed 24 people for brunch.
  964.  
  965. +++++++++++++++++++++++++++
  966.  
  967. >From fixer@faxcsl.dcrt.nih.gov (Chris Driving in the Rain Tate)
  968. Date: Fri, 28 Oct 1994 12:54:47 GMT
  969. Organization: DCRT, NIH, Bethesda, MD
  970.  
  971. In article <philip-2810940935360001@mackerel.cs.uct.ac.za>, philip@cs.wits.ac.za (Philip Machanick) writes:
  972. >In article <Cy8oAD.Dzw@teleride.on.ca>, stevew@teleride.on.ca (Stephen M.
  973. >Webb) wrote:
  974. >> Virtual memory became possible only with the 68020, which was not in
  975. >> production at the time the Mac was released.  Handles were required to
  976. >> support a pseudo-virtual memory scheme under which regions of memory
  977. >> could be relocated during a system call if necessary, and without
  978. >> notice, at run time.  Such a scheme does not require restartable
  979. >> instructions.
  980. >
  981. >I don't think this is sufficient reason to introduce handles. Other
  982. >systems had things like overlays (clumsy but easier to program). I think
  983. >the real reason for overlays was system calls and user program were
  984. >allocating sometimes short-lived data (e.g. for menus) in the same small
  985. >heap. With so little RAM to play with a conventional memory manager would
  986. >have had problems coping. Things like puregeable resources help, but could
  987. >work without handles if there is enough free RAM to run a conventional
  988. >memory manager (with free list, coalescing adjacent blocks etc.).
  989.  
  990. Overlays are only for code, most times.  The CODE segment structure of
  991. the Mac's runtime environment is far superior, IMHO.  What people are
  992. talking about here is using the PMMU to move stuff around in physical
  993. memory without changing its logical addressing, transparently to the
  994. application.
  995.  
  996. Basically, the reason the Mac doesn't do this is that the MC68000 doesn't
  997. have any hardware memory-management; handles were a way to give the OS
  998. *some* way of making room for new allocations in a fragmented heap.
  999.  
  1000. >The Lisa - which initially was sold with much more RAM than a Mac - had a
  1001. >more sophisticated memory management scheme. Does anyone know details?
  1002.  
  1003. The Lisa was an amazingly advanced machine for its day.  It *did* have
  1004. hardware memory management, and preemptive multitasking.  It achieved this
  1005. through custom hardware to supplement the 68000 (which, as I said, didn't
  1006. offer any of this functionality itself).  This is part of what made the
  1007. Lisa so expensive, unfortunately; it was too much technology for the niche
  1008. it needed to occupy.
  1009.  
  1010. - ------------------------------------------------------------------
  1011. Christopher T{te           | "I never thought of surgery as 'editing
  1012. fixer@faxcsl.dcrt.nih.gov  |  a person' before...."
  1013. eWorld:  cTate             |        -- Mark Linton (mhl@icf.hrb.com)
  1014.  
  1015. +++++++++++++++++++++++++++
  1016.  
  1017. >From "Donald T. Major" <sasdtm@unx.sas.com>
  1018. Date: Fri, 28 Oct 1994 15:11:05 GMT
  1019. Organization: SAS Institute Inc.
  1020.  
  1021. Handles, and the Lisa memory management, etc., all came from the
  1022. work achieved with Smalltalk-80. Handles are a direct descendant of
  1023. the object table of Smalltalk, just implemented in a more flexible
  1024. manner. Sure, in Smalltalk object references were offsets in the
  1025. object table, and the only "real" pointers the system used were the
  1026. result of resolving such a reference, but the basic idea was there (it
  1027. may even be older than that--I honestly don't know). The really neat
  1028. part about the Smalltalk model, though, was that it allowed for a very
  1029. flexible virtual memory scheme, where disk I/O was even more of a
  1030. major system expense than it is today. LOOM and another similar scheme,
  1031. the name of which escapes me at the moment, were virtual memory systems
  1032. implemented for Smalltalk, to allow moving only the minimum amount of
  1033. data to and from disk as necessary. Implemented entirely in software,
  1034. they could make use of ridiculously small chunks of memory (since most
  1035. objects were ridiculously small) to load an object from disk, while
  1036. keeping as many current system objects loaded as possible, and cutting
  1037. back on the total amount of RAM lost to pad bytes. Since RAM in the
  1038. original Smalltalk-80 implementation couldn't exceed 2 meg, this was
  1039. a very desirable goal.
  1040.  
  1041. This flexibility is why handles were used in the Mac from day one (and
  1042. I believe in the Lisa, though I can't swear to it)--the original Mac
  1043. only had 128k of ram, of which only about 80k was available to
  1044. applications; even the Finder was an application which was just run
  1045. when no other applications were loaded. The virtual memory scheme was
  1046. also adapted, though only for loading stuff in, not writing data back
  1047. out (CODE resources, MDEFs, etc., are all based on this scheme). It's
  1048. true that the original reasons for handles are gone, but that doesn't
  1049. mean that their usefulness is; I personally rarely find using handles
  1050. that much of a hassle, while heap fragmentation can be very irritating,
  1051. and often means I need more RAM for my heap.
  1052.  
  1053. *Maybe* when we finally get virtual addressing I'll feel differently
  1054. (note, this is NOT virtual memory), but for now, I like the Handle.
  1055.  
  1056. +++++++++++++++++++++++++++
  1057.  
  1058. >From Jonathan Gary <jgary@ssd.kodak.com>
  1059. Date: Thu, 3 Nov 1994 17:55:02 GMT
  1060. Organization: Eastman Kodak
  1061.  
  1062. > Message-ID: <Cy8oAD.Dzw@teleride.on.ca>
  1063.  
  1064. In article <Cy8oAD.Dzw@teleride.on.ca> Stephen M. Webb,
  1065. stevew@teleride.on.ca 
  1066. writes:
  1067. > Virtual memory became possible only with the 68020, which was not in
  1068. > production at the time the Mac was released.  
  1069.  
  1070. This is mostly correct, as the 68010 also supports interruptable
  1071. instructions
  1072. which allow mid-instruction page faults. With all the addressing modes of
  1073. the
  1074. 68K, a single instruction can cause a large number (I think as many as
  1075. 17) page
  1076. faults.
  1077.  
  1078. +++++++++++++++++++++++++++
  1079.  
  1080. >From pgontier@novell.com (Pete Gontier)
  1081. Date: Mon, 07 Nov 1994 10:12:50 -0700
  1082. Organization: Novell, Inc., Walnut Creek Macintosh Client Site
  1083.  
  1084. In article <CypDrr.1qn@newsserver.pixel.kodak.com>,
  1085. Jonathan Gary <jgary@ssd.kodak.com> wrote:
  1086.  
  1087. > In article <Cy8oAD.Dzw@teleride.on.ca> Stephen M. Webb,
  1088. > stevew@teleride.on.ca writes:
  1089. >
  1090. > > Virtual memory became possible only with the 68020, which was not in
  1091. > > production at the time the Mac was released.  
  1092. > This is mostly correct, as the 68010 also supports interruptable
  1093. > instructions which allow mid-instruction page faults.
  1094.  
  1095. Not really. There were several UNIX systems which handled virtual memory
  1096. page faults on a regular old 68000 by handing control to their *second*
  1097. 68000 ...
  1098.  
  1099. -- 
  1100.  Views expressed here do not necessarily reflect those of my employer.
  1101.  
  1102. +++++++++++++++++++++++++++
  1103.  
  1104. >From lsr@taligent.com (Larry Rosenstein)
  1105. Date: Thu, 3 Nov 1994 22:11:13 GMT
  1106. Organization: Taligent, Inc.
  1107.  
  1108. In article <philip-2810940935360001@mackerel.cs.uct.ac.za>,
  1109. philip@cs.wits.ac.za (Philip Machanick) wrote:
  1110.  
  1111. > The Lisa - which initially was sold with much more RAM than a Mac - had a
  1112. > more sophisticated memory management scheme. Does anyone know details?
  1113.  
  1114. The Lisa supported segmented virtual memory and protected address spaces,
  1115. but it still used handles.  (BTW, I believe it had a custom MMU.)
  1116.  
  1117. The main reason was that data segments could not be automatically paged in
  1118. and out, because the 68000 CPU didn't support restarting instructions on a
  1119. fault.  (68000 machines that did support full demand paging like the early
  1120. Apollos used 2 CPUs, one of which was dedicated to loading pages from the
  1121. disk.) 
  1122.  
  1123. The Lisa did support demand paging of code segments and automatic stack
  1124. expansion.  This was possible because there were a limited set of
  1125. instructions used to access code segments, and the OS group figured out
  1126. how to restart those instructions.  
  1127.  
  1128. Similarly for the stack segment, the compiler generated a TST instruction
  1129. at function entry to touch the maximum stack address needed in the
  1130. function.  The OS knew how to restart that instruction as well.
  1131.  
  1132. Handles are useful in an environment with a fixed sized data space where
  1133. heap blocks of varying size are allocated and deallocated relatively
  1134. frequently.
  1135.  
  1136. -- 
  1137. Larry Rosenstein
  1138. Taligent, Inc.
  1139.  
  1140. lsr@taligent.com
  1141.  
  1142. ---------------------------
  1143.  
  1144. >From gg110@cus.cam.ac.uk (G. Gavazzi)
  1145. Subject: Q: Sound Input Device
  1146. Date: 1 Nov 1994 01:36:02 GMT
  1147. Organization: University of Cambridge, England
  1148.  
  1149. Hi everybody,
  1150. I need some help, sorry for the naive question: I am using: 
  1151.  
  1152. Handle rate;
  1153. SPBGetDeviceInfo(myInRefNum,siSampleRateAvailable,*rate);
  1154.  
  1155. to determine the available sampling rate of the sound device input.  Now 
  1156. the Inside Mac VI tells that this function returns an Integer and a Handle 
  1157. (list of sample rates of type Fixed).  I think then that *rate points to a 
  1158. 4 bytes int, the next 4 bytes Fixed being allocated for the first sample 
  1159. rate and so on.  Besides the fact that I do not know what kind of type is 
  1160. Fixed (fixed point? not standard C certainly) I cannot get a sensible 
  1161. result out of this :(
  1162.  
  1163.  
  1164. Also my SPBRecordToFile(out_file,&myinParam,FALSE) does not fill my 
  1165. out_file, I think because the sampling rate is 0.  And I cannot set the 
  1166. sampling rate with SPBSetDeviceInfo() 'cause I get bad sampling rate error 
  1167. (-225).  (btw: I am using the wonderful CW4 :)
  1168.  
  1169. Can somebody point me to some example source code (I should be able to ftp 
  1170. a develop issue if necessary)?
  1171.  
  1172. Thank you.
  1173. Giuliano Gavazzi
  1174.  
  1175. +++++++++++++++++++++++++++
  1176.  
  1177. >From chris-b@cs.auckland.ac.nz (Chris Burns)
  1178. Date: Tue, 01 Nov 1994 21:33:16 +1200
  1179. Organization: AucklandUniversity:ComputerScience:HMU
  1180.  
  1181. In article <394622$jri@lyra.csx.cam.ac.uk>, gg110@cus.cam.ac.uk (G.
  1182. Gavazzi) wrote:
  1183.  
  1184. > to determine the available sampling rate of the sound device input.  Now 
  1185. > the Inside Mac VI tells that this function returns an Integer and a Handle 
  1186. > (list of sample rates of type Fixed).  I think then that *rate points to a 
  1187. > 4 bytes int, the next 4 bytes Fixed being allocated for the first sample 
  1188. > rate and so on.  Besides the fact that I do not know what kind of type is 
  1189. > Fixed (fixed point? not standard C certainly) I cannot get a sensible 
  1190. > result out of this :(
  1191.  
  1192. /////////////////////////////////////////////////////////////////////////
  1193. // Include appropriate header files
  1194.  
  1195. #include <SoundInput.h>
  1196. #include <FixMath.h>
  1197.  
  1198. /////////////////////////////////////////////////////////////////////////
  1199. // Set up types to access a handle to an array of Fixed
  1200.  
  1201. typedef Fixed RateList[];
  1202. typedef RateList **RateListHandle;
  1203.  
  1204. /////////////////////////////////////////////////////////////////////////
  1205. // Define a structure according to IM6 22-67 'srav'
  1206.  
  1207. struct{
  1208.     short           count;
  1209.     RateListHandle  rates;
  1210. }SampleRates;
  1211.  
  1212. /////////////////////////////////////////////////////////////////////////
  1213. // Get sound input device to fill in the "SampleRates" struct
  1214.  
  1215.     Err = SPBGetDeviceInfo(RefNum,siSampleRateAvailable,(Ptr)&SampleRates);
  1216.     FailOSErr(Err,"\p_SPBGetDeviceInfo[siSampleRateAvailable] FAILED");
  1217.  
  1218. /////////////////////////////////////////////////////////////////////////
  1219. // For example, pick the highest sampling rate from the ones returned.
  1220.  
  1221. long        MaxLong;
  1222. long        MaxPos;
  1223. Fixed       CurFixed;
  1224. long        CurLong;
  1225. short       i;
  1226.  
  1227.  
  1228.     if (SampleRates.count == 0)
  1229.         SampleRate = (**SampleRates.rates)[2];
  1230.     else
  1231.     {
  1232.         MaxLong = 0;
  1233.         MaxPos = 0;
  1234.  
  1235.         for (i = 0;i < SampleRates.count;i++)
  1236.         {
  1237.             CurFixed = (**SampleRates.rates)[i];
  1238.             if (BitTst((Ptr)&CurFixed,0))
  1239.             {
  1240.                 BitClr((Ptr)&CurFixed,0);
  1241.                 CurLong = 32768 + Fix2Long(CurFixed);
  1242.             }
  1243.             else
  1244.                 CurLong = Fix2Long(CurFixed);
  1245.  
  1246.             if (CurLong >= MaxLong)
  1247.             {
  1248.                 MaxLong = CurLong;
  1249.                 MaxPos = i;
  1250.             }
  1251.         }
  1252.         SampleRate = (**SampleRates.rates)[MaxPos];
  1253.     }
  1254.  
  1255. /////////////////////////////////////////////////////////////////////////
  1256. // Set sampling rate
  1257.  
  1258.     Err = SPBSetDeviceInfo(RefNum,siSampleRate,(Ptr)&SampleRate);
  1259.     FailOSErr(Err,"\p_SPBGetDeviceInfo[siSampleRate] FAILED");
  1260.  
  1261. Chris B
  1262. - ---------------------------------------------------------------------
  1263. NewZealand:AucklandUniversity:ComputerScience:HyperMediaUnit:ChrisBurns
  1264. Internet: chris-b@cs.auckland.ac.nz
  1265. Phone:    +64 9 373-7599 x6194
  1266. Fax:      +64 9 373-7453                         Async, therefore I am.
  1267. - ---------------------------------------------------------------------
  1268.  
  1269. ---------------------------
  1270.  
  1271. >From Pete Gontier <gurgle@dnai.com>
  1272. Subject: QC FAQ
  1273. Date: 1 Nov 1994 08:01:21 GMT
  1274. Organization: Pete's Proxy Posting, Ink.
  1275.  
  1276. This is a monthly posting. Changes this month: none.
  1277. This posting is available via 'ftp':
  1278.  
  1279.     ftp://ftp.dnai.com/users/gurgle/QC_FAQ.txt
  1280.  
  1281. Poster has no affiliation with Onyx Technology. Please email
  1282. responses to addresses listed at the bottom of this text.
  1283.  
  1284. - --------------------- cut here -----------------------
  1285.  
  1286. QC(tm) FAQ 0794.2
  1287. =================
  1288.  
  1289. Q: So what is QC?
  1290.  
  1291. A: QC is a control panel/extension that adds the ability to stress test
  1292. applications for runtime, memory related errors. QC can be used during
  1293. development, during testing by inhouse and beta testers, and after the
  1294. product ships (although a little late if errors are detected) by end
  1295. users to evaluate the stability of a software package.
  1296.  
  1297. Q: Is there a demo available?
  1298.  
  1299. A: Yes. It is available from most online services as well as Internet
  1300. sites like sumex.
  1301.  
  1302. Q: What do I have to do to use the demo?
  1303.  
  1304. A: Put QC in your Control Panels folder and reboot your Mac. If the demo
  1305. has expired contact us at one of the online addresses listed above.
  1306.  
  1307. Q: Can I use QC to test existing applications without rebuilding them?
  1308.  
  1309. A: Yes. QC was designed to test applications without requiring any
  1310. modifications to the code. The release version of QC includes an
  1311. optional application programming interface (QCAPI) that programmers can
  1312. use to control QC testing directly from their code.
  1313.  
  1314. Q: How does QC report errors it finds?
  1315.  
  1316. A: QC reports detected errors through the use of a low level debugger.
  1317. QC uses the _DebugStr trap to cause a user break into your favorite
  1318. debugger. QC is fully compatible with MacsBug, TMON, TMON PRO, The
  1319. Debugger, SourceBug, SADE, THINK C, CodeWarrior, MPW, etc. If you turn
  1320. off debug breaks in the list of options, QC will emit a short
  1321. distinctive beep when errors are detected.
  1322.  
  1323. Q: Does QC work on a Power Macintosh?
  1324.  
  1325. A: Yes. However, two incompatible tests are disabled if you are using
  1326. the Modern Memory Manager. Those tests are 'Block Bounds Checking' and
  1327. 'Invalidate Free Memory'. The next release of QC will be a native
  1328. PowerPC application and will be available as a free upgrade to existing
  1329. users.
  1330.  
  1331. Q: How does QC compare with tools such as Even Better Bus Error and the
  1332. debugging version of the Modern Memory Manager?
  1333.  
  1334. A: EBBE is a free utility but one downfall it has is that it's either
  1335. installed or it isn't. You either get bus errors potentially caused in
  1336. all running apps or you get nothing. With QC, you can control when
  1337. testing is active and what apps might potentially crash with a bus
  1338. error. Everything is unaffected. Although early development versions
  1339. were available, we are not aware of any debugging version of the Modern
  1340. Memory Manager being made available by Apple at this time. Early
  1341. versions of MMM were much slower than QC in comprobable tests and the
  1342. MMM does not offer as many tests as QC does. There is also no easy to
  1343. use UI to activate/deactivate MMM testing on an application heap.
  1344.  
  1345. Q: What are the advantages to using QC?
  1346.  
  1347. A: QC offers tests that are not available anywhere else and it performs
  1348. many tests much faster than other testing tools. All QC's tests are
  1349. integrated into a single INIT/cdev combination. A Macintosh interface
  1350. makes QC usable right out of the box. QC's API can be used to fine tune
  1351. testing to specific areas of code (new code or suspect code, for
  1352. example). QC reports more information when an error is found.
  1353.  
  1354. Q: What do I get when I purchase QC?
  1355.  
  1356. A: The following is contained on the release disk. A fully licensed copy
  1357. of QC for single machine use and complete documentation. The QC
  1358. Application Programming Interface (QCAPI) libraries and interfaces for
  1359. those who want to control QC testing directly from their code. Full
  1360. source code to an application called BadAPPL that illustrates what QC
  1361. detects as well as how to use the QCAPI. The disk also contains some
  1362. assorted free utilities.
  1363.  
  1364. Q: How can I obtain QC?
  1365.  
  1366. A: Pricing is $99.95 for a single copy, $400 for a five pack, and $700
  1367. for a ten pack. Please add $5 shipping and handling to each order.
  1368. Credit card orders are accepted. You can contact Onyx via the email
  1369. addresses listed above or by calling 813.795.7801 or faxing
  1370. 813.795.5901. You can also send regular mail to:
  1371.  
  1372. Onyx Technology
  1373. 7811 27 Ave W
  1374. Bradenton, FL 34209
  1375.  
  1376. Our email addresses are:
  1377.  
  1378. America Online:  OnyxTech
  1379. Internet:        onyxtech@aol.com
  1380. AppleLink:       D2238
  1381. CompuServe:      70550,1377
  1382.  
  1383. QC is a trademark of Onyx Technology
  1384. Copyright (c) 1994 Onyx Technology
  1385.  
  1386. ---------------------------
  1387.  
  1388. >From cazelaig@ERE.UMontreal.CA (Cazelais Gilles)
  1389. Subject: ResEdit 2.1.3, is it good this time?
  1390. Date: Wed, 26 Oct 1994 07:26:07 GMT
  1391. Organization: Universite de Montreal
  1392.  
  1393.  
  1394. Hello folks,
  1395.               I just want to know if the recent version of ResEdit
  1396. (2.1.3) is a good version without known bugs, like the nasty one in
  1397. version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1398. problems with it?
  1399.  
  1400. In brief, can I trust it??  I really want to be sure before using it...
  1401.  
  1402. Thanks a lot,
  1403.  
  1404.                 Martin.
  1405.  
  1406. +++++++++++++++++++++++++++
  1407.  
  1408. >From aatrix@aol.com (Aatrix)
  1409. Date: 26 Oct 1994 08:20:01 -0400
  1410. Organization: America Online, Inc. (1-800-827-6364)
  1411.  
  1412. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1413. (Cazelais Gilles) writes:
  1414.  
  1415. >               I just want to know if the recent version of ResEdit
  1416. > (2.1.3) is a good version without known bugs, like the nasty one in
  1417. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1418. problems
  1419. > with it?
  1420.  
  1421. Uh, which nasty bug?  The one that tanked a file if you copied a resource
  1422. over another that was smaller has been fixed.  Don't know about some of
  1423. the others (CNTLs in DLOGs don't display on a Quadra, for one thing).
  1424.  
  1425. a.d. jensen,
  1426. Aatrix Software, Inc.
  1427. aatrix@aol.com
  1428.   "Forty below keeps out the riff-raff." - North Dakota State Motto
  1429.  
  1430.  
  1431. +++++++++++++++++++++++++++
  1432.  
  1433. >From alain@cs.uchicago.edu (Alain Aslag Roy)
  1434. Date: Wed, 26 Oct 1994 12:57:12 GMT
  1435. Organization: Department of Computer Science, University of Chicago
  1436.  
  1437. In article <Cy9rBK.HrJ@cc.umontreal.ca> cazelaig@ERE.UMontreal.CA (Cazelais Gilles) writes:
  1438. >
  1439. >Hello folks,
  1440. >              I just want to know if the recent version of ResEdit
  1441. >(2.1.3) is a good version without known bugs, like the nasty one in
  1442. >version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1443. >problems with it?
  1444.  
  1445. I've had no problems with Resedit 2.1.3, and I use it a fair amount. I
  1446. did have problems with 2.1.2, so I guess they really did fix those
  1447. heinous crashes.
  1448.  
  1449. -alain
  1450.  
  1451. +++++++++++++++++++++++++++
  1452.  
  1453. >From nick+@pitt.edu ( nick.c )
  1454. Date: Wed, 26 Oct 1994 11:44:23 -0400
  1455. Organization: The Pitt, Chemistry
  1456.  
  1457. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1458. (Cazelais Gilles) wrote:
  1459.  
  1460.  
  1461. >               I just want to know if the recent version of ResEdit
  1462. > (2.1.3) is a good version without known bugs, like the nasty one in
  1463. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1464. > problems with it?
  1465. > In brief, can I trust it??  I really want to be sure before using it...
  1466.  
  1467.    What the X-files slogan "Trust no one, backup frequently?" :-)
  1468.  
  1469.    I've been using 2.1.3 for a while now, and had none of the
  1470.      corruption problems that I did with 2.1.2.  I seem to remember
  1471.      a post when 2.1.3 was released claiming all reported bugs were
  1472.      dealt with, and that *seems* to be the case.
  1473.  
  1474.  
  1475.  Internet: nick+@pitt.edu            _/   _/  _/  _/_/_/   _/   _/  
  1476.    eWorld: nick                     _/_/ _/  _/  _/   _/  _/_/_/ 
  1477.       CIS: 71232,766               _/ _/_/  _/  _/       _/ _/    
  1478.      http://www.pitt.edu/~nick/   _/   _/  _/   _/_/_/  _/   _/     
  1479.                     
  1480.  
  1481. +++++++++++++++++++++++++++
  1482.  
  1483. >From ross@bnr.ca (Ross Brown)
  1484. Date: Wed, 26 Oct 1994 12:40:49 -0400
  1485. Organization: Bell-Northern Research
  1486.  
  1487. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1488. (Cazelais Gilles) wrote:
  1489.  
  1490. > Hello folks,
  1491. >               I just want to know if the recent version of ResEdit
  1492. > (2.1.3) is a good version without known bugs, like the nasty one in
  1493. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1494. > problems with it?
  1495.  
  1496. The nasty 2.1.2 bugs are indeed gone.  No more file corruption.  But...
  1497.  
  1498. Try this on a Power Mac.  It doesn't seem to happen on 68K Macs - odd,
  1499. since ResEdit runs in full emulation on PPC.  I find that this happens
  1500. even with all extensions (and Modern Memory Manager) off.
  1501.  
  1502. Copy some resources into the Clipboard.  In ResEdit, open a file whose
  1503. resource fork has no resources of the types represented in the Clipboard,
  1504. then paste them in.  Close the file, and click "No" when asked if you want
  1505. to save the file.  Open the file, and you'll find that the resources
  1506. *were* added to the file, against your instructions.
  1507.  
  1508. I sincerely hope that this bug is not traceable to the emulator.
  1509.  
  1510. -- 
  1511. Ross Brown
  1512. Macintosh/UNIX Systems Integration
  1513. Bell-Northern Research Ltd.
  1514. ross@bnr.ca
  1515.  
  1516. +++++++++++++++++++++++++++
  1517.  
  1518. >From kurisuto@babel.ling.upenn.edu (Sean Crist)
  1519. Date: 26 Oct 1994 20:14:31 GMT
  1520. Organization: University of Pennsylvania, Linguistics Department
  1521.  
  1522. In article <Cy9rBK.HrJ@cc.umontreal.ca>,
  1523. Cazelais Gilles <cazelaig@ERE.UMontreal.CA> wrote:
  1524. >
  1525. >Hello folks,
  1526. >              I just want to know if the recent version of ResEdit
  1527. >(2.1.3) is a good version without known bugs, like the nasty one in
  1528. >version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1529. >problems with it?
  1530. >
  1531. >In brief, can I trust it??  I really want to be sure before using it...
  1532.  
  1533. There's at least one bug I've come across.  Unfortunately I didn't make
  1534. notes of the specific circumstances, but I remember that I was able to
  1535. replicate it.  It was something in the DITL editor; I think it had to do
  1536. with resizing CNTL items or something like that.
  1537.  
  1538.   \/ __ __    _\_     --Kurisuto  (kurisuto@unagi.cis.upenn.edu)
  1539.  ---  |  |    \ /     
  1540.   _| ,| ,|   -----    For a free copy of the Bill of Rights, finger
  1541.   _| ,| ,|    [_]     this account.
  1542.    |  |  |    [_]     
  1543.  
  1544.  
  1545. +++++++++++++++++++++++++++
  1546.  
  1547. >From cazelaig@ERE.UMontreal.CA (Cazelais Gilles)
  1548. Date: Wed, 26 Oct 1994 22:51:30 GMT
  1549. Organization: Universite de Montreal
  1550.  
  1551. In article <1994Oct26.125712.3989@midway.uchicago.edu> alain@cs.uchicago.edu (Alain Aslag Roy) writes:
  1552. >In article <Cy9rBK.HrJ@cc.umontreal.ca> cazelaig@ERE.UMontreal.CA (Cazelais Gilles) writes:
  1553. >>
  1554. >>Hello folks,
  1555. >>              I just want to know if the recent version of ResEdit
  1556. >>(2.1.3) is a good version without known bugs, like the nasty one in
  1557. >>version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1558. >>problems with it?
  1559. >
  1560. >I've had no problems with Resedit 2.1.3, and I use it a fair amount. I
  1561. >did have problems with 2.1.2, so I guess they really did fix those
  1562. >heinous crashes.
  1563. >
  1564. >-alain
  1565.  
  1566.  
  1567. So, do you think it really worth to upgrade it from 2.1.1?
  1568.  
  1569.  
  1570.  
  1571.  
  1572. +++++++++++++++++++++++++++
  1573.  
  1574. >From s.fraser@ic.ac.uk (Simon Fraser)
  1575. Date: Sat, 29 Oct 94 15:56:35 GMT
  1576. Organization: Centre for Population Biology
  1577.  
  1578. In article <38mdb7$f2m@netnews.upenn.edu> Sean Crist,
  1579. kurisuto@babel.ling.upenn.edu writes:
  1580. >There's at least one bug I've come across.  Unfortunately I didn't make
  1581. >notes of the specific circumstances, but I remember that I was able to
  1582. >replicate it.  It was something in the DITL editor; I think it had to do
  1583. >with resizing CNTL items or something like that.
  1584.  
  1585. Yes, I've had problems here. Create a new CNTL resource, open a
  1586. DLOG, make a new CNTL item, then double-click to edit it. Just
  1587. as you finish typing the ID of your new CNTL, ResEdit crashes.
  1588. I've found that saving the file _before_ opening the DLOG helps.
  1589.  
  1590. I've also found that sometimes editing resources with templates
  1591. fails to set the 'window dirty' flag (or whatever tells ResEdit
  1592. that you've made changes), so ResEdit fails to save changes
  1593. to the resource.
  1594.  
  1595. I'm sure there are one or two other things that I've forgotten....
  1596.  
  1597. Simon
  1598. __________________________________________________________________________
  1599. Simon Fraser                            NERC Centre for Population Biology
  1600. s.fraser@ic.ac.uk                         Imperial College at Silwood Park
  1601.                                              Ascot, Berkshire, SL5 7PY. UK
  1602.  
  1603. +++++++++++++++++++++++++++
  1604.  
  1605. >From peter.lewis@info.curtin.edu.au (Peter N Lewis)
  1606. Date: Mon, 31 Oct 1994 12:14:37 +0800
  1607. Organization: NCRPDA, Curtin University
  1608.  
  1609. ResEdit 2.1.3 is quite useable, but it still has bugs.  One that gets me a
  1610. lot is thast it locks up when you open the DITL editor if there is strange
  1611. things in the clipboard.  This is on a 6100, System 7.5 - it reliably
  1612. locks up every time if I copy stuff out of SimpleText and then open a
  1613. dialog window for editing in ResEdit.  So I just copy something in ResEdit
  1614. before editing dialogs.
  1615.    Peter.
  1616. -- 
  1617. Peter N Lewis <peter.lewis@info.curtin.edu.au> - Macintosh TCP fingerpainter
  1618. FTP my programs from redback.cs.uwa.edu.au:Others/PeterLewis/ or
  1619. amug.org:pub/peterlewis/ or nic.switch.ch:software/mac/peterlewis/
  1620.  
  1621. +++++++++++++++++++++++++++
  1622.  
  1623. >From Jason.Grossman@ucs.cam.ac.uk (Jason Grossman)
  1624. Date: Mon, 31 Oct 1994 15:03:50 +0000
  1625. Organization: University of Cambridge
  1626.  
  1627. Peter N Lewis wrote:
  1628.  
  1629. > ResEdit 2.1.3 is quite useable, but it still has bugs.  One that gets me a
  1630. > lot is thast it locks up when you open the DITL editor if there is strange
  1631. > things in the clipboard.  This is on a 6100, System 7.5 - it reliably
  1632. > locks up every time if I copy stuff out of SimpleText and then open a
  1633. > dialog window for editing in ResEdit.  So I just copy something in ResEdit
  1634. > before editing dialogs.
  1635. >    Peter.
  1636.  
  1637. Ah! It does this to me, too (7100, 7.1), but I'd never realised what the
  1638. conditions were, so I didn't know the work-around of copying something
  1639. before opening a DITL. I've been using the alternative work-around of
  1640. opening the DITL, getting the crash, pressing the emergency reboot button,
  1641. waiting for the machine to restart, and then opening the DITL again.
  1642.  
  1643. Jason
  1644.  
  1645. +++++++++++++++++++++++++++
  1646.  
  1647. >From alyx@apple.com (alyx)
  1648. Date: Thu, 3 Nov 1994 03:46:24 GMT
  1649. Organization: Apple Computer, Inc.
  1650.  
  1651. In article <nick+-2610941144230001@ehdup-f-11.slip.net.pitt.edu>,
  1652. nick+@pitt.edu ( nick.c ) wrote:
  1653.  
  1654. >      [...]  I seem to remember
  1655. >      a post when 2.1.3 was released claiming all reported bugs were
  1656. >      dealt with, and that *seems* to be the case.
  1657.  
  1658. ah, memories.  anyone else remember the beloved 4D Tools dialog box:
  1659.  
  1660.   "No problems found.  Everything *seems* OK."
  1661.  
  1662. quite a nasty sense of humor there...
  1663.  
  1664. alex.
  1665.  
  1666. ---------------------------
  1667.  
  1668. >From red.riders
  1669. Subject: Shareware, VISA Merchant Accounts, and YOU!
  1670. Date: Thu, 03 Nov 1994 00:27:00 -0500
  1671. Organization: DSC/Voicenet - BBS/Unix Shells/SLIP/NEWS - (215)443-7390
  1672.  
  1673. Hey homeys, here's some info I had laying around. No more bitching
  1674. about lost shareware dollars, OK?
  1675.  
  1676.  
  1677.             Increase Your Business by Taking Mastercard and Visa 
  1678.  
  1679.      
  1680. Credit card industry experts report that offering customers the ability to pay 
  1681. with Visa or Mastercard will increase a company's business between 10% 
  1682. and 50%. Whether the increase is closer to 10% or 50% depends on the type 
  1683. of business and its particular clientele. Yet there can few tasks more 
  1684. difficult for a home-based business than obtaining a merchant account. This
  1685. is because of discrimination against home-based as well as other types of 
  1686. businesses by most banks. Nevertheless, home-based businesses do manage
  1687. to be able to offer their customers the ability to use their charge cards.
  1688. There are four basic avenues for securing a merchant account.
  1689.  
  1690. I. Financial Institutions 
  1691. A. Banks
  1692.  
  1693. Even though banks as a general rule are not granting home 
  1694. businesses merchant accounts for taking Visa & Mastercard, do try 
  1695. your own bank, particularly since they know you as a customer. If 
  1696. your bank denies you a merchant account, try small independent 
  1697. banks, particularly ones that have their merchant accounts processed 
  1698. by an out-of-state bank instead of doing it themselves or using a 
  1699. larger local bank. Banks in smaller communities are more apt to work with 
  1700. home-based businesses.
  1701.  
  1702. B. Saving & Loans, Thrifts and Credit Unions
  1703.  
  1704. Most people think of banks as THE only financial institutions 
  1705. granting merchant accounts to businesses. However, savings & Loans, thrifts 
  1706. and even credit unions are increasingly offering merchant accounts. You 
  1707. may find these institutions more willing to work with you.
  1708. Remember that banks, in the words of Larry Schwartz and Pearl 
  1709. Sax founders of the National Association of Credit Car Merchants (217 N. 
  1710. Seacrest Boulevard, Box 400, Boynton Beach, Florida 33425; (407)
  1711. 737-7500), "need 
  1712. reassurance that handling your business will both safe and profitable." It
  1713. almost goes 
  1714. without saying that your presentation of your business, your financial
  1715. ability and 
  1716. yourself must make your banker feel absolute confidence in you. 
  1717.  
  1718. II. Business Organizations 
  1719. A. Trade Associations
  1720.  
  1721. Trade associations sometimes provide access to Visa and Mastercard 
  1722. accounts as a member service. Examples of organizations that may be 
  1723. helpful are the Retail Merchants Association and Direct Marketing 
  1724. Association and others specifically related to your particular industry.
  1725. To find trade associations in your field, use Gale's Encyclopedia of 
  1726. Associations, available at the reference desk in most libraries.
  1727.  
  1728. B. Local Business Organizations.
  1729.  
  1730. Chambers of Commerce and local merchant associations sometimes help 
  1731. their members secure merchant accounts through a bank affiliated with the 
  1732. Chamber or the association. These can be the least costly merchant accounts 
  1733. with discounts as low as 2% to 3% on relatively small volumes. 
  1734. III. Independent Selling Organizations
  1735.  
  1736. Perhaps the most likely way to get a merchant account is to work through a 
  1737. bank agent or independent sales organization (ISO), which is a company 
  1738. that acts as an intermediary between small businesses and banks. You will 
  1739. undoubtedly pay more using an ISO because these companies derive their 
  1740. income from fees and surcharges added to what you would normally pay if were
  1741. able to deal directly with a bank. 
  1742.  
  1743. You may be quoted these fees and charges when going through an ISO: 
  1744.  
  1745.  o Application fees ranging between $95 to $325. These may or may not be
  1746.    refundable. Usually they are not, but find out under what circumstances 
  1747.    all or part of the fee may be refundable. 
  1748.  
  1749.   o Point of sale terminal lease or purchase. ISO's typically charge from 
  1750.     $425 to $1700 for a terminal if purchased through a bank would cost 
  1751.     about $300. Leasing typically runs between $18 and $80 a month. Some 
  1752.     ISO's are offering software that can be used in place of a sales terminal, 
  1753.     priced as low as $150.
  1754.  
  1755.   o Service fees from 3.5% to 7% compared to 2% to 5% from a bank, though
  1756. one ISO  
  1757.     is quoting fees of 1.99%. This ISO has other charges that tend to make
  1758. up fo the lower 
  1759.     service fee.
  1760.  
  1761.   o Per transaction charge of $.20 to $.25
  1762.  
  1763.   o Monthly statement fee of $5.00 to $10.00
  1764.  
  1765.   o Minimum monthly fee 
  1766.  
  1767. Advice about dealing with ISO's. Fees vary considerably among ISO's, so it
  1768. pays to be a 
  1769. comparison shopper. Read the contract carefully for hidden charges and
  1770. requirements. You 
  1771. may also be required to use a check verification service provided by the
  1772. ISO for an 
  1773. additional fee. One final warning. The salespeople for ISO's may be so eager
  1774. to sign you up that they may inaccurately fill out your applications about
  1775. items that 
  1776. would not be approved if filled in accurately. The problem is that if a
  1777. falsehood is
  1778. detected later by the bank, your merchant account may be terminated and your 
  1779. name placed on a terminated merchant list that bars you from getting another 
  1780. merchant account in the future. Subject that are sometimes filled in include 
  1781. whether the salesperson has personally inspected your premises and the 
  1782. percentage mail order and telephone constitute of your sales. Be sure to 
  1783. check your filled in application for accuracy.
  1784.  
  1785. Following are independent selling organizations listed in alphabetical order 
  1786. that have told us or have been reported by members of the forum to accept 
  1787. home businesses for merchant accounts (Asterisked entries are posted in this 
  1788. file for the first time):
  1789.  
  1790. Bancard, Inc. 
  1791.     1233 Sherman Drive
  1792.     Longmont, CO 80501
  1793.     303/530-0264
  1794.     800/666-7575
  1795.  
  1796. Requires two years in business at the same address.
  1797.  
  1798. Data Capture Systems    
  1799.     231 Quincy Street
  1800.     Rapid City, SD 57701
  1801.     605/341-6461 
  1802.  
  1803. Comes to your home for an on-site interview and charges $25 to send 
  1804. an application plus a $300 application fee.
  1805.  
  1806. Electronic Bankcard Systems 
  1807.     2554 Lincoln Blvd., Suite 1088
  1808.     Marina Del Rey, CA 90291 
  1809.     213/827-5772
  1810.  
  1811. No mail order, telemarketing or spa sales
  1812.  
  1813. Gold Coast Bankcard Center 
  1814.      Ft. Lauderdale , FL
  1815.      305-492-0303
  1816.  
  1817. Affiliated with American Bankcard Center 800-777-VISA
  1818.  
  1819. Harbridge Merchant Services 
  1820.      681 Andersen Drive, 4th Floor
  1821.      Building Six
  1822.      Pittsburgh, PA 15220
  1823.      (412)937-1272
  1824.  
  1825. Under prior ownership, this company was called Peachtree. As Peachtree, it
  1826. was the subject of many complaints, but since the change in ownership, 
  1827. the reports are more positive.
  1828.  
  1829. Teleflora Creditline
  1830.      12233 West Olympic Boulevard
  1831.      Los Angeles CA 90064
  1832.      800-325-4849 or 310/526-5233.
  1833.  
  1834. Deals primarily with bulletin boards.   
  1835.  
  1836. US Merchant Services
  1837.      775 Park Avenue
  1838.      Huntington, NY 11743. 
  1839.      516 427-9700
  1840.      Fax 516 427 9746
  1841.      Thomas A. McGuire
  1842.  
  1843. IV. Options Other Than Visa and Mastercard
  1844.  
  1845. What about American Express and Discover? More people are likely to 
  1846. have a Visa or Mastercard. In early 1992 these were the market shares for
  1847. each of the 
  1848. principal cards: Visa - 46%; Mastercard - 26%; Am Express - 20%; Discover - 7%.
  1849.  
  1850. But American Express is easier to get than Visa and Mastercard. To contact 
  1851. American Express, call 800/528-5200. Discover is reportedly as difficult to 
  1852. get as Visa and Mastercard; however, the number to call is 800/347-6673.
  1853.  
  1854. +++++++++++++++++++++++++++
  1855.  
  1856. >From wgiverson@ucdavis.edu (Will Iverson)
  1857. Date: Thu, 03 Nov 1994 00:27:44 -0800
  1858. Organization: University of California, Davis
  1859.  
  1860. In article <red.riders-0311940027000001@firefly-slip.voicenet.com>,
  1861. red.riders wrote:
  1862.  
  1863. > Hey homeys, here's some info I had laying around. No more bitching
  1864. > about lost shareware dollars, OK?
  1865. >             Increase Your Business by Taking Mastercard and Visa 
  1866. <snip>
  1867.  
  1868. Thanks tremendously for the info!  Very interesting & informative!
  1869.  
  1870. -Will
  1871.  
  1872. +++++++++++++++++++++++++++
  1873.  
  1874. >From dbayly@homebase.tiac.net (David Bayly)
  1875. Date: Thu, 03 Nov 1994 10:14:50 -0500
  1876. Organization: Chez moi
  1877.  
  1878. In article <wgiverson-0311940027440001@modem68.ucdavis.edu>,
  1879. wgiverson@ucdavis.edu (Will Iverson) wrote:
  1880.  
  1881. > In article <red.riders-0311940027000001@firefly-slip.voicenet.com>,
  1882. > red.riders wrote:
  1883. > > Hey homeys, here's some info I had laying around. No more bitching
  1884. > > about lost shareware dollars, OK?
  1885. > >             Increase Your Business by Taking Mastercard and Visa 
  1886. > > 
  1887. > <snip>
  1888. > Thanks tremendously for the info!  Very interesting & informative!
  1889. > -Will
  1890.  
  1891. Theres also, netcash, which I am in the process of learning about. The way
  1892. to do that is to send mail to help@agents.com. They have merchant
  1893. accounts, Peter Lewis for one uses them.
  1894. -- 
  1895. - David Bayly       dbayly@homebase.tiac.net       
  1896. "If you keep your mind sufficiently open, people will throw a lot of rubbish into it." -William A. Orton
  1897.  
  1898. +++++++++++++++++++++++++++
  1899.  
  1900. >From kurisuto@babel.ling.upenn.edu (Sean Crist)
  1901. Date: 3 Nov 1994 21:41:46 GMT
  1902. Organization: University of Pennsylvania, Linguistics Department
  1903.  
  1904. One thing to be careful of if you're arranging this: the bank may charge
  1905. you a minimum monthly fee for this service (something like $5 or $10 a
  1906. month).  I once arranged VISA/MasterCard service of this sort for a small
  1907. charitable organization; I can't remember all the details, but I remember
  1908. that it ended up being enough of a money leech that we decided that it
  1909. wasn't worth it to continue the arrangement.
  1910.  
  1911.   \/ __ __    _\_     --Kurisuto  (kurisuto@unagi.cis.upenn.edu)
  1912.  ---  |  |    \ /     
  1913.   _| ,| ,|   -----    For a free copy of the Bill of Rights, finger
  1914.   _| ,| ,|    [_]     this account.
  1915.    |  |  |    [_]     
  1916.  
  1917. ---------------------------
  1918.  
  1919. >From nagle@netcom.com (John Nagle)
  1920. Subject: Smalltalk implementations for Mac - update needed
  1921. Date: Fri, 28 Oct 1994 06:26:27 GMT
  1922. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  1923.  
  1924.     I've been away from Smalltalk on the Mac for a while, and I need
  1925. to get up to date.  I'd appreciate answers to the following questions.
  1926.  
  1927.     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1928.     (Somebody else was in Real Soon Now status, as I recall.)
  1929.  
  1930.     2.    Did Digitalk ever do much with the Mac implementation, like
  1931.     provide a compiler or a reasonable way to generate a standalone app?
  1932.  
  1933.     3.  I need something that can respond to Table Suite AppleEvents.
  1934.     (That is, I will be writing a program that responds, but I need
  1935.     a Smalltalk with AE support.)  Suggestions?
  1936.  
  1937. Thanks.
  1938.  
  1939.                     John Nagle
  1940.  
  1941. +++++++++++++++++++++++++++
  1942.  
  1943. >From podenski@halcyon.com (Patrick Podenski)
  1944. Date: Sat, 29 Oct 1994 18:39:46 -0700
  1945. Organization: Northwest Nexus
  1946.  
  1947. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) wrote:
  1948.  
  1949. >     I've been away from Smalltalk on the Mac for a while, and I need
  1950. > to get up to date.  I'd appreciate answers to the following questions.
  1951. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1952. >         (Somebody else was in Real Soon Now status, as I recall.)
  1953. >     2.  Did Digitalk ever do much with the Mac implementation, like
  1954. >         provide a compiler or a reasonable way to generate a standalone app?
  1955.  
  1956. A new version was put out a while ago (V 2 ?), but I haven't seen it.
  1957. >     3.  I need something that can respond to Table Suite AppleEvents.
  1958. >         (That is, I will be writing a program that responds, but I need
  1959. >         a Smalltalk with AE support.)  Suggestions?
  1960.  
  1961. There is a new Smalltalk from Quasar Knowledge Systems for the Mac that is
  1962. supposed to be nice. It apparently caters to Mac specific things like you
  1963. mentioned in 3.
  1964.  
  1965. -- 
  1966. - ----------------------------------------------
  1967. Pat Podenski         |  my opinions are my own, 
  1968. podenski@halcyon.com |  as are yours yours!
  1969. - ----------------------------------------------
  1970.  
  1971. +++++++++++++++++++++++++++
  1972.  
  1973. >From jwbaxter@olympus.net (John W. Baxter)
  1974. Date: Sat, 29 Oct 1994 20:49:05 -0700
  1975. Organization: Internet for the Olympic Peninsula
  1976.  
  1977. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) wrote:
  1978.  
  1979. >     I've been away from Smalltalk on the Mac for a while, and I need
  1980. > to get up to date.  I'd appreciate answers to the following questions.
  1981. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1982. >         (Somebody else was in Real Soon Now status, as I recall.)
  1983.  
  1984. QKS (Quasar Knowledge Systems) SmalltalkAgents.  I bought that on nearly
  1985. the last day of their User group special (ended Sep 30).  I like it a
  1986. lot.  It provides pretty good coverage of special Mac things, while at the
  1987. same time being highly cross-platform in nature (doesn't matter to me (I
  1988. don't have a cross platform, only a contented Mac), does matter to some
  1989. others).  I'm still in the learning stage, but I like "STA" a lot.
  1990.  
  1991. >     2.  Did Digitalk ever do much with the Mac implementation, like
  1992. >         provide a compiler or a reasonable way to generate a standalone app?
  1993.  
  1994. They finally did...they still don't seem terribly interested in the Mac,
  1995. however.  My Smalltalk V/Mac is back on the shelf.
  1996.  
  1997. >     3.  I need something that can respond to Table Suite AppleEvents.
  1998. >         (That is, I will be writing a program that responds, but I need
  1999. >         a Smalltalk with AE support.)  Suggestions?
  2000.  
  2001. I *think* you could arrange this either either Smalltalk V/Mac or
  2002. SmalltalkAgents.  I think it would be less work with SmalltalkAgents.
  2003.  
  2004. --John
  2005.  
  2006. -- 
  2007. John Baxter    Port Ludlow, WA, USA  [West shore, Puget Sound]
  2008.    Sorry...clever signatures require cleverness, not found here.
  2009.    jwbaxter@pt.olympus.net
  2010.  
  2011. +++++++++++++++++++++++++++
  2012.  
  2013. >From vollrath@vax.oxford.ac.uk (Alun ap Rhisiart)
  2014. Date: 30 Oct 94 17:02:30 GMT
  2015. Organization: Oxford University VAX 6620
  2016.  
  2017. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) writes:
  2018. >     I've been away from Smalltalk on the Mac for a while, and I need
  2019. > to get up to date.  I'd appreciate answers to the following questions.
  2020. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2021. >     (Somebody else was in Real Soon Now status, as I recall.)
  2022. Those two plus QKS SmalltalkAgents. I don't think Smalltalk/X is on the Mac yet
  2023. (and neither is IBM's VisualAge, as you might have guessed).
  2024. >     2.    Did Digitalk ever do much with the Mac implementation, like
  2025. >     provide a compiler or a reasonable way to generate a standalone app?
  2026. Not really. You had v1.2 didn't you, John? When the released v2 I was looking
  2027. forward to something better than that old cloner, but no, it was exactly the
  2028. same.  They did do a lot to v2.0 (like system 7 support - including AE - and an
  2029. even-driven interface, block-based exceptions, stuff like that). Unfortunately,
  2030. the changes meant that the old tools, like Widgets (a al windowbuilder),
  2031. Profile/V, and so on, no longer worked. We are _still waiting_ for an update
  2032. for widgets to give us a GUI builder! Compatibility with other platforms is
  2033. said to be 'improved', but evidently not much or windowbuilder would have been
  2034. ported a year ago.  It is also no faster, by the way, and Digitalk are not more
  2035. responsive (except, I gather, through Compu$erve - although they are on this
  2036. group more often now, which is something).
  2037. >     3.  I need something that can respond to Table Suite AppleEvents.
  2038. >     (That is, I will be writing a program that responds, but I need
  2039. >     a Smalltalk with AE support.)  Suggestions?
  2040. STA is the way to go for this kind of stuff (and a lot else). The main
  2041. criticisms of it at the moment would be: on Mac only (but other platforms on
  2042. the way); no equivalent of Envy for version control and config management (but
  2043. home grown solution due in v2); changes management is pretty poor (less
  2044. reliable and convenient than even St/Vs change log), but again is being worked
  2045. on.
  2046. Main strengths are: speed; very easy access to C (especially), pascal, fortran,
  2047. etc functions; saving objects to file or sending over network is very nicely
  2048. done, and *tons* faster than the V solution); multithreaded; very easy and
  2049. quick way to make standalones. My St/V is on the shelf too. The problem is that
  2050. after using STA for a while you forget how far beyond the others it has gone,
  2051. and it becomes easy to under-sell it.
  2052. > Thanks.
  2053. >                     John Nagle
  2054. -- 
  2055.  Alun ap Rhisiart  
  2056.  Animal Behaviour Research Group
  2057.  Oxford University              
  2058.  vollrath@vax.ox.ac.uk           
  2059. (also not a paid endorsement. Not that I object to being paid, you understand!)
  2060.  
  2061. +++++++++++++++++++++++++++
  2062.  
  2063. >From gburian@epaus.island.net (Geoff Burian)
  2064. Date: 30 Oct 1994 15:01:47 -0800
  2065. Organization: Island Internet Inc - (604) 753-2383
  2066.  
  2067. In article <nagleCyDDw4.EAy@netcom.com>, John Nagle <nagle@netcom.com> wrote:
  2068. >    I've been away from Smalltalk on the Mac for a while, and I need
  2069. >to get up to date.  I'd appreciate answers to the following questions.
  2070. >
  2071. >    1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2072. >    (Somebody else was in Real Soon Now status, as I recall.)
  2073.  
  2074. Check out SmalltalkAgents from Quasar Knowledge Systems.  The info
  2075. they sent me was very impressive.  There's a good article in the 
  2076. April '94 edition of MacTech.  SmalltalkAgents is a superset of standard
  2077. Smalltalk, but it seems to have good access to Toolbox calls and
  2078. external (i.e., C, Pascal) code routines.
  2079.  
  2080. QKS - 1-800-296-1339, info@qks.com
  2081.  
  2082. Geof Burian
  2083. gburian@island.net
  2084.  
  2085. +++++++++++++++++++++++++++
  2086.  
  2087. >From kiisaka@is.morgan.com (Ken Iisaka)
  2088. Date: Wed, 2 Nov 1994 23:00:26 GMT
  2089. Organization: Or Lack Thereof
  2090.  
  2091. In article <3918ks$a5l@epaus.island.net>, gburian@epaus.island.net (Geoff Burian) writes:
  2092. |> In article <nagleCyDDw4.EAy@netcom.com>, John Nagle <nagle@netcom.com> wrote:
  2093. |> >    I've been away from Smalltalk on the Mac for a while, and I need
  2094. |> >to get up to date.  I'd appreciate answers to the following questions.
  2095. |> >
  2096. |> >    1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2097. |> >    (Somebody else was in Real Soon Now status, as I recall.)
  2098. |> 
  2099. |> Check out SmalltalkAgents from Quasar Knowledge Systems.  The info
  2100. |> they sent me was very impressive.  There's a good article in the 
  2101. |> April '94 edition of MacTech.  SmalltalkAgents is a superset of standard
  2102.                                                                    ^^^^^^^^
  2103. |> Smalltalk, but it seems to have good access to Toolbox calls and
  2104.  
  2105. What standard Smalltalk?  The ANSI ST?  PPS?  Digitalk?  There is no
  2106. standard that I know of that has been implemented. 
  2107.  
  2108. -- 
  2109. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2110. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2111. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2112. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2113. |    |    |    |    |    |    |    |    |    |    |    |    |    |    |
  2114. |  Ken Iisaka  |  (kiisaka@morgan.com)  |  Morgan Stanley & Co. Inc   |
  2115. |  1 Pierrepont Plz, Brooklyn, NY 11201 |   All disclaimers apply.    |
  2116. |____|____|____|____|____|____|____|____|____|____|____|____|____|____|___
  2117. "Smalltalk Goes Object Oriented" - INFORMATIONWEEK, August 8, 1994, pg. 58
  2118.  
  2119. ---------------------------
  2120.  
  2121. >From gpointer@guest.adelaide.edu.au (Geoff Pointer)
  2122. Subject: What is MIDI Manager etc (reply)
  2123. Date: 1 Nov 1994 00:26:05 GMT
  2124. Organization: PatchUp
  2125.  
  2126. There's nothing wrong with writing your own MIDI driver unless
  2127. you don't have to (for kicks??). The whole point of an *idea*
  2128. like MIDI Manager is to provide programmers with a consistent
  2129. interface to work with that fits in with the multiprogramming
  2130. environment. The problem seems to be that for obscure business
  2131. reasons Apple has remained light on the provision and support
  2132. of MIDI facilities. Having a MIDI Manager is just like having
  2133. a File Manager or a Dialog Manager, ie, built in support.
  2134.    Unfortunately few *big* software companies are behind its
  2135. use because its been a long time coming of age and hasn't yet.
  2136. I personally would rather not have to write my own MIDI Driver
  2137. so I intend to pursue development with the MIDI manager. The
  2138. problem with music programs in a multiprogramming environment
  2139. is the use of the serial port, if you have several MIDI programs
  2140. running at once for different purposes they argue about who's
  2141. going to get the port and you often end up having to reboot.
  2142. To avoid this you use them independently which is anathema
  2143. to modern operating systems.
  2144.    The beauty of the MIDI Manager is the way it arbitrates the
  2145. use of the serial port. Now, someone here mentioned that there
  2146. are programs that let you do both - use the port directly or use
  2147. it via the MIDI Manager. Cubase is supposedly one of these -
  2148. HAH!!, as soon as you play back a piece in Cubase, via MM, any
  2149. program that uses MM solely gets nowhere. You have to open
  2150. PatchBay and turn off the port and turn it back on again every
  2151. time.
  2152.    I am still having difficulty with discovering which way to
  2153. go from this point of view as I believe the idea of being able
  2154. to have several MIDI tools open at once working in harmony is
  2155. one of the most important aspects of MIDI programming today.
  2156. Phew, there, I said it.
  2157.  
  2158. - --------- Cheers - Geoff %^> ----------
  2159.  
  2160. What???..... No signature!!??.... OK, I give in:
  2161.  
  2162. "I'm not afraid of dying. ...
  2163.    I just don't want to be there when it happens."  Woody Allen.
  2164.  
  2165. - ---------------------------------------
  2166.  
  2167.  
  2168. +++++++++++++++++++++++++++
  2169.  
  2170. >From magma@cray-ymp.acm.stuorg.vt.edu (Christian Fowler)
  2171. Date: 2 Nov 1994 17:57:19 GMT
  2172. Organization: ACM Student Machine
  2173.  
  2174.  
  2175. You can get the OMS (open Midi System) Development kit from Opcode for
  2176. about $15.00. Several big name apps use it like Vision/StudiVision/Galaxy
  2177. (of course) as well as Deck, SampleCell II Editor, and maybe the newest
  2178. Cubase, but I'm not sure on that one. Anyway, OMS is very nice.
  2179.  
  2180. --
  2181.   +-+
  2182. +-+|+-+ Christian Fowler | shape
  2183. +-+|+-+ magma@acm.vt.edu | FACTOR moMeNt
  2184.   +-+
  2185.  
  2186.  
  2187.  
  2188. ---------------------------
  2189.  
  2190. End of C.S.M.P. Digest
  2191. **********************
  2192.  
  2193.  
  2194.